English
Deletes a file from the media library.
cURL
curl --request DELETE \ --url https://your_a2_service/media_library \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "cdn_path": "<string>", "created_at": "2023-11-07T05:31:56Z", "file_size": 123, "filename": "<string>", "height": 123, "mime": "<string>", "no": 123, "path": "<string>", "storage": "<string>", "updated_at": "2023-11-07T05:31:56Z", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "width": 123 }'
"<any>"
The access token received from the authorization server in the OAuth 2.0 flow.
Schema for media library delete entity.
Successful Response
The response is of type any.
any
Was this page helpful?